home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / util / rexx / ral3p8all.readme < prev   
Text File  |  2002-04-28  |  9KB  |  192 lines

  1. Short:    RexxArpLib.library - open up some OS functions to REXX programs
  2. Author:   Willy Langeveld and Joanne Dow
  3. Uploader: http://home.earthlink.net/~jdow/indexamiga.html
  4. Version:  3.8 repackaged 23 Apr 2002
  5. Desired:  iff.library (23.2) or later
  6. Contents: Source and executable
  7.  
  8. +----------------------------------------------------------------------+
  9. |                                                                      |
  10. |                  D I S C L A I M E R   N O T I C E                   |
  11. |                                                                      |
  12. |  This document and/or  portions of the material and  data furnished  |
  13. |  herewith,  was developed under sponsorship of the U.S. Government.  |
  14. |  Neither the U.S.  nor  the U.S.D.O.E.,  nor  the  Leland  Stanford  |
  15. |  Junior University, nor their employees,  nor their respective con-  |
  16. |  tractors, subcontractors, or their employees, makes  any warranty,  |
  17. |  express or implied, or assumes any liability or responsibility for  |
  18. |  accuracy,  completeness or  usefulness of any information, appara-  |
  19. |  tus, product or process disclosed, or represents that its use will  |
  20. |  not infringe privately-owned rights.  Mention of any product,  its  |
  21. |  manufacturer, or suppliers shall not, nor is it intended to, imply  |
  22. |  approval, disapproval, or fitness for any particular use. The U.S.  |
  23. |  and  the University at all times  retain the right to use and dis-  |
  24. |  seminate same for any purpose whatsoever.                           |
  25. |                                                                      |
  26. +----------------------------------------------------------------------+
  27.  
  28.  
  29.                     RexxArpLib.Library Version 3.7
  30.                     ==============================
  31.  
  32.                                 by
  33.  
  34.                           W.G.J. Langeveld
  35.                  Stanford Linear Accelerrator Center
  36.  
  37.              Copyright (C) 1988, 1989, 1990, 1992, 1993, 1994
  38.            The Trustees of the Leland Stanford Junior University
  39.  
  40.                         All Rights Reserved
  41.  
  42.                   Modifications to version 3.6 by
  43.                             Joanne B. Dow
  44.                           Wizardess Designs
  45.                                   
  46.                    Modifications Copyright © 1998-2002
  47.                  Joanne B. Dow and Wizardess Designs
  48.                                   
  49.                          All Rights Reserved
  50.                                   
  51.  
  52.     RexxArpLib version 3.8 source release
  53.     =====================================
  54.     This version corrects a packaging error with 3.8 and corrects a
  55. problem in some cases handling the RALP_ command name prefix.
  56.  
  57.     RexxArpLib version 3.7 source release
  58.     =====================================
  59.  
  60.     This version adds two entry points and optional function prefixes.
  61. The functions SetPubScreenMode() and GetDefPublicScreen() have been added
  62. to allow additional screen manipulation for public screens, whether or not
  63. they were opened by rexxarplib.library. And any function name will also
  64. be matched when preceeded by "RALP_". This RALP_GetDefPublicScreen() will
  65. work the same as GetDefPublicScreen().
  66.  
  67.     RexxArpLib version 3.6 source release
  68.     =====================================
  69.  
  70.     This version has been ammended to use SAS C version 6.58 or later.
  71. It was compiled the 26th June 1998. As stated below in Willy's version
  72. 3.3 transmittal letter the source code is *not* public domain, but it
  73. is freely distributable through BIX immediately and through other means
  74. after the first of January 1999.
  75.  
  76.     This version corrects some excessive stack usage problems that cause
  77. failures and "hits" when run with Picasso96 (and no doubt other) graphics
  78. accelerator drivers. The ASL requester handling placed too large an
  79. automatic variable burden on the stack leading to stack overruns and hard
  80. to trace crashes.
  81.  
  82.     This version also includes some fixes to the screen handling pen
  83. designations. Also attempting to open a screen that already exists is now
  84. safe. The old code would close the already existant screen on exit
  85. leading to deferred crash problems. Note that you can call the CloseScreen
  86. Function on an existing screen that rexxarplib.library did not open and
  87. cause it to close. This is a dangerous use so be careful with it.
  88.  
  89.  
  90.     RexxArpLib version 3.3 source release
  91.     =====================================
  92.  
  93.     This is the same version as below, except with source. The last
  94. time this version was compiled was around 20 april 1994, with Lattice C
  95. version 5.2 (I think). The makefile reflects this. Since it has been
  96. four years since anything changed, I'm releasing, herewith, the source
  97. code. Note that the source code is *not* in the public domain, but it
  98. is freely distributable. The source is in the src directory and it and the
  99. makefile will need some work before it allows compiling with a modern
  100. compiler. Before linking the rexxarplib objects, you also need to compile,
  101. and put in a .lib file, the sources in the subdirectory sreq. It is not
  102. quite clear to me if the makefile is correct: it builds xsreqr.lib, rather
  103. than sreqr.lib. The latter is called for by the rexxarplib link file
  104. ral.lnk. The difference between sreqr.lib and xsreqr.lib is that the
  105. latter does not include the "simpmenu" object file, which may be needed
  106. by rexxarplib. I can't remember if rexxarplib 3.3 uses GadTools menus, in
  107. which case xsreqr.lib would be a better choice...
  108.     If you want some history, have a look at the todo.txt file...
  109. Have fun... 8^)
  110.  
  111.     RexxArpLib version 3.3
  112.     ======================
  113.  
  114.     This version of rexxarplib is a minor update from version 3.0. The
  115. only reason to release it is because it adds one useful feature (a list
  116. requester) and fixes two small bugs. It has been sitting around my disk 
  117. forever, and I might as well release it. This may well be the last version
  118. that will ever be released.
  119.  
  120.     RexxArpLib version 3.0
  121.     ======================
  122.  
  123.     This version of rexxarplib makes use of a lot of AmigaDOS 2.0
  124. features and has various bugs fixed and a few other enhancements. Yet, it is
  125. smaller than previous versions because it is now completely compiled using
  126. SAS/C version 5.10a.
  127.  
  128.     RexxArpLib version 2.52
  129.     =======================
  130.  
  131.     This release was necessary to fix problems with AmigaDOS 2.0
  132. shared screens.
  133.  
  134.     RexxArpLib version 2.5
  135.     =======================
  136.  
  137.     This release has a few enhancements and bug fixes, some documentation
  138. corrections, and some stuff related to AmigaDOS 2.0. New function: ShowTitle.
  139. The Area... functions are now quite different. For an example, see
  140. areatest.rexx.
  141.  
  142.     RexxArpLib version 2.3
  143.     =======================
  144.  
  145.     A few small bug fixes, an additional feature to FileList(), and the
  146. AmigaDOS or ARP 'version' commands now display the rexxarplib version number
  147. correctly.
  148.  
  149.     RexxArpLib version 2.2a
  150.     =======================
  151.  
  152.     I corrected a small problem with IffImage(). No other changes. The size
  153. of this version is 41520 bytes. By the way: get the latest version of
  154. iff.library (version 16.1). Brushes now work!
  155.  
  156.     RexxArpLib version 2.2
  157.     ======================
  158.  
  159.     There are a few new options in a couple of the functions. A few
  160. documentation deficiencies were fixed. The rexx directory only contains a
  161. few new examples. Updates to the SLAC rexx programs that were in the previous
  162. releases may be forthcoming in a separate archive. The screenshare library is
  163. now included in the libs directory, since rexxarplib needs it. Previous
  164. archives assumed that you had it already. See rexxarplib.doc for details.
  165. The size of this version is 41516 bytes.
  166.  
  167.     RexxArpLib version 2.1
  168.     ======================
  169.  
  170.     A couple of new functions, a few were extended, and one or two were
  171. slightly modified. The nicest new feature is the ability to display IFF files.
  172. For this you will need Christian Weber's iff.library, though. It is available on
  173. BIX as iff153.zoo: I have not included it in this archive. Have fun.
  174.  
  175.     RexxArpLib version 2.0
  176.     ======================
  177.  
  178.     For further information, read the documentation in the docs
  179. subdirectory. I have also included a large number of ARexx macros that were
  180. written by Marvin Weinstein here at SLAC. These should serve as examples of how
  181. to write some things, not as ready-to-be-used applications: most of them are
  182. very system dependent, and may require some modification before they run on your
  183. system. Read the ReadmeFirst file in the rexx directory.
  184.     As usual, comments about the library should go to me on BIX,
  185. either by mail to langeveld, or in the amiga.user/arexx topic.
  186.     Also as usual, the library is NOT public domain, but freely
  187. distributable.
  188.  
  189.     Have fun!
  190.  
  191.         Willy.
  192.